widget: remove check on whether the controller was already added
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 16 May 2014 16:34:15 +0000 (18:34 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:31 +0000 (19:54 +0200)
commit57eca4f4455365f88d7d314526a24dbaafaf6e73
tree4e87ac2ed91570940ef422d09639b2f10d73f3bd
parentbd68db4b256b3bc15f0d1be5bc8956cee298fb89
widget: remove check on whether the controller was already added

Multiple calls are supposedly allowed to change the phase (although
unlikely to happen), so remove the g_return_if_fail() checking whether
the controller was already added.
gtk/gtkwidget.c